/ Assembly List / LJCNetCommon / NetCommon / GetSingle

Namespace - LJCNetCommon


Parameters
value - The value object.

Returns

The single value or zero if the object is null. Also returns zero if the object is not type "single", "long", "int" or "short".

Syntax

C#
public static Single GetSingle(Object value)

Gets a float value from an object.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.